FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.7.16  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ans.cisis.nde.fhir.r4#1.0.0 (62 ms)

Package ans.cisis.nde.fhir.r4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ans.cisis.nde.fhir.r4@1.0.0&canonical=http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/NdE_EventDeclarationNdE
Url http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/NdE_EventDeclarationNdE
Version 2.0
Status active
Date 2021-12-01
Name NdE_EventDeclarationNdE
Title NdE_EventDeclarationNdE
Experimental False
Authority national
Description EmissionEvenement contient les informations nécessaires pour transmettre un évènement à un système d’information ou à un composant d’un système d’information (gestionnaire d’évènements). Un évènement peut être un dépôt de documents, une sortie d’hôpital, etc.
Purpose Profil EventDeclaratioNdE représentant le flux 3 - EmissionEvenement du volet Notification d'évènements du CI-SIS
Type CommunicationRequest
Kind resource

Resources that use this resource

CapabilityStatement
http://esante.gouv.fr/ci-sis/fhir/CapabilityStatements/NdE.Emetteur CI-SIS Notification-D-Evenements - NdE_Emetteur
http://esante.gouv.fr/ci-sis/fhir/CapabilityStatements/NdE.GestionnaireDAbonnements CI-SIS Notification-D-Evenements - NdE_GestionnaireDAbonnements

Resources that this resource uses

StructureDefinition
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/eventTime NdE_EventTime
http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/EventType NdE_EventType


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/NdE_EventDeclarationNdE",
  "version" : "2.0",
  "name" : "NdE_EventDeclarationNdE",
  "title" : "NdE_EventDeclarationNdE",
  "status" : "active",
  "date" : "2021-12-01",
  "publisher" : "ANS",
  "description" : "EmissionEvenement contient les informations nécessaires pour transmettre un évènement à un système d’information ou à un composant d’un système d’information (gestionnaire d’évènements). Un évènement peut être un dépôt de documents, une sortie d’hôpital, etc.",
  "purpose" : "Profil EventDeclaratioNdE représentant le flux 3 - EmissionEvenement du volet Notification d'évènements du CI-SIS",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "CommunicationRequest",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/CommunicationRequest",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "CommunicationRequest",
        "path" : "CommunicationRequest",
        "short" : "Ressource CommunicationRequest utilisée par le Flux 3 (EmissionEvenement)",
        "constraint" : [
          {
            "key" : "event-subject",
            "severity" : "error",
            "human" : "L’un des attributs subject ou about doit être présent",
            "expression" : "count(subject) = 1 xor count(about) = 1",
            "xpath" : "count(subject) = 1 xor count(about) = 1",
            "source" : "CI-SIS"
          }
        ]
      },
      {
        "id" : "CommunicationRequest.contained",
        "path" : "CommunicationRequest.contained",
        "requirements" : "Les ressources référencées par les attributs de la ressource CommunicationRequest doivent être présentes dans cet élément.",
        "min" : 1
      },
      {
        "id" : "CommunicationRequest.extension",
        "path" : "CommunicationRequest.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 2
      },
      {
        "id" : "CommunicationRequest.extension:EventType",
        "path" : "CommunicationRequest.extension",
        "sliceName" : "EventType",
        "comment" : "Elle représente le type d’évènements qui est généralement lié à la personne prise en charge (ou patient).",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/EventType"
            ]
          }
        ]
      },
      {
        "id" : "CommunicationRequest.extension:EventTime",
        "path" : "CommunicationRequest.extension",
        "sliceName" : "EventTime",
        "comment" : "Date à laquelle l’évènement a eu lieu",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/eventTime"
            ]
          }
        ]
      },
      {
        "id" : "CommunicationRequest.subject",
        "path" : "CommunicationRequest.subject",
        "definition" : "The patient that is the focus of this communication request.",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrPatient"
            ],
            "aggregation" : [
              "contained"
            ]
          }
        ]
      },
      {
        "id" : "CommunicationRequest.about",
        "path" : "CommunicationRequest.about",
        "definition" : "The subject of the event if not the patient",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "aggregation" : [
              "contained"
            ]
          }
        ]
      },
      {
        "id" : "CommunicationRequest.payload",
        "path" : "CommunicationRequest.payload",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "CommunicationRequest.authoredOn",
        "path" : "CommunicationRequest.authoredOn",
        "comment" : "Date à laquelle l’évènement a été émis"
      },
      {
        "id" : "CommunicationRequest.requester",
        "path" : "CommunicationRequest.requester",
        "definition" : "L’identification de la personne ou organisation qui a transmis l’évènement",
        "requirements" : "Emtteur de l'évènement",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://interopsante.org/fhir/StructureDefinition/FrOrganization",
              "http://interopsante.org/fhir/StructureDefinition/FrPractitioner"
            ],
            "aggregation" : [
              "contained"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.